

/*banner*/
.banner{ width:100%; margin:0 auto; text-align:center; overflow:hidden; background:#fdfcf8;  }
.bannerx{ width:100%; margin:0 auto; position:relative; font-size:0;}
.bannerxList li { position: absolute; left: 0px; top: 0; width: 100%; font-size:0; }
.bannerxList img { width:100%; height:585px;}
.bannerxBton { position:absolute; left:46.5%; bottom:-35px; padding-left:35px; width:105px; height:33px; }
.bannerxBton li { width:17px; height:17px; float:left; margin:8px 3px; background-color:#e3e3e3; border-radius:50%; cursor:pointer;}
.bannerxBton li.up { background-color:#00387e;}

